both

fun both(validator: EntryValidator<T>): E
fun both(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E